home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_113 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  96 b   |  6 lines

  1. on(release){
  2.    _parent._parent._parent.mute = true;
  3.    stopAllSounds();
  4.    nextFrame();
  5. }
  6.